home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19990725-20000114 / 000281_news@columbia.edu _Wed Nov 17 06:31:54 1999.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id GAA25926
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Wed, 17 Nov 1999 06:31:54 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id GAA12314
  7.     for kermit.misc@watsun.cc.columbia.edu; Wed, 17 Nov 1999 06:32:16 -0500 (EST)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: Christopher Mosley <cmosley@voicenet.com>
  10. Subject: Re: mskermit ansi-bbs
  11. Message-ID: <mmwY3.16$CM.3555@news2.voicenet.com>
  12. Date: Wed, 17 Nov 1999 11:31:30 GMT
  13. To: kermit.misc@columbia.edu
  14.  
  15. Christopher Mosley <cmosley@voicenet.com> wrote:
  16.  
  17. > (inexplicable to me) the 8bit chars have been remapped, now the first 8bit
  18. > char is the first char in the dos codepage (smiley face). The dos code page
  19. > has been replicated starting at the first 8 bit char. It can be reset
  20. > back to the original simply by resetting the ansii-bbs term type. Just
  21. > wondering why this is - why has the char set changed and not been returned
  22. > to its original state _or_ where can I find a description of the ansi-bbs
  23. > terminal emulation.
  24. >                                                               Thanks
  25. It just occurred to me that the 8 bit characters have become what they would
  26. be if the 1 in 256s column was removed from the binary denotation of the
  27. the character. Maybe the terminal has somehow become 7bit?